/* بسم الله الرحمن الرحيم  */
*{
padding: 0px;
margin: 0px;
font-family: system-ui, "-apple-system, BlinkMacSystemFont", 'Segoe UI', "Roboto", "Oxygen", "Ubuntu", "Cantarell", 'Open Sans', 'Helvetica Neue', sans-serif, sans-serif;
font-weight: 500;
font-style: normal;

}
body{
    height: 100vh;
    overflow-x: hidden;
}

#main{
    max-width: 1200px;
    margin: 0 auto;
 
}

/* nav section start  */

nav #list li a{
    color: #f0bb0c;
    font-size: 20px;
    font-weight: 600;
}
nav #list li a:hover{
    border-bottom:1px solid #f0bb0c ;
}

nav .call-nav {
    padding: 10px;
}
nav .call-nav i{
    color: #f0bb0c;
    font-size: 50px;
}
/* nav section end */


/* contact section start  */

#contact-section{
padding: 3rem 0 4rem;
color:rgb(9, 9, 112);


}
#contact-section .image img{
    width: 90%;
}

#contact-section .contact-info{
    padding: 3rem 0;
}
#contact-section .contact-info h1{
    color: #F0BE13;
    text-transform: capitalize;
    font-weight: 700;
}
#contact-section .contact-info P{
    font-weight: 600;
    font-size: 18px;
    margin: 2rem 0 ;
}
#contact-section .contact-info button{
     padding: 12px 23px;
    border: none;
    background:rgb(9, 9, 112);;
    color:white;
    border-radius: 20px;
    text-transform: uppercase;
    transition: 0.5s;
}
#contact-section .contact-info button:hover{
  background: #f0bb0c;   
}

/* contact section end  */


/* work time section  start */
#work-time{
overflow: hidden;
padding: 3rem 0 4rem;
  color: #f0bb0c;
  border-top: 1px solid #f0bb0c;
 
}

#work-time .title{ 
 color: #f0bb0c;
 padding: 3rem 0;
 margin: 0 0 3rem;
 
}
#work-time .title h1,h3{
    font-weight: 700;
}


.time{
    background: white;
    padding:3rem 0;
    box-shadow: 3px 2px 4px 5px blueviolet;
}
.time p i{
    color: #f0bb0c;
}




/* work time section  end */


/* footer ssection start  */

#footer{
    padding: 4rem 0 4rem;
    max-width: 1200px;
    margin: 0 auto;
    color: blueviolet;
    
}
#footer .footer-image{
    padding: 3rem 0;
    border-top: 1px solid #f0bb0c;

}
#footer .footer-image img{
    width: 150px;
    border-radius: 50%;
    border: 1px solid #f0bb0c;
}
#footer .footer-image p{
    color: rgb(9, 9, 112);
    text-align: center;
    margin-top:15px ;
    font-size: 20px;
    
}
#footer .footer-contact{
    padding-top:2rem ;
}

#footer .footer-contact p i{
    font-size: 26px;
  color: #F0BE13;
}

#footer .footer-contact p a{
text-decoration: none;
  font-size: 18px;
    font-weight: 500;
}
#footer .footer-link ul{
    list-style: none;  
}

#footer .footer-link ul a{
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
display: inline-block;
margin-top: 10px;
}

#footer .footer-sosial-icons{
    padding: 2rem 0;
    text-align: center;
}

#footer .footer-sosial-icons p{
    display: inline-block;
    margin-right: 15px;
    border:1px solid #F0BE13;
    border-radius: 50%;
    padding: 10px; 
    cursor: pointer;  
    transition:all ease 0.5s;
}

#footer .footer-sosial-icons p:hover{
background:blueviolet;

}

#footer .footer-sosial-icons p i{
    font-size: 24px;
    color: #F0BE13;
}


.whatsapp-amovita{
    width: 100px;
    position: fixed;
    top: 170px;
    left: 10px;                   
    animation: amovita 3s infinite ease-in-out;
 
}


@keyframes amovita {
  0% { transform: scale(0.8); }
  50% { transform: scale(1.10); }
  100% { transform: scale(0.8); }
}
/* footer section end*/

/* الحمد لله رب العالمين  */